/* CSS */

/* ==========================================================================
   Base
   ========================================================================== */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	width: 100%;
	font-size: 100%;
	background: url('screens/container_bg.png');
}

#container {
	width: 100%;
	height: auto;
}

#header,
#slider,
#contents,
#footer {
	width: 100%;
	margin: 0 auto;
}

#header,
#footer .under {
	background-image: none;
	background-color: #ffffff;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	background: transparent;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ==========================================================================
   header
   ========================================================================== */

#header .header_contents {
	width: 100%;
	max-width: 1024px;
	height: 40px;
	margin: 0 auto;
}

#header .header_contents .logo {
	width: 90px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	background: url('common/canon.gif') no-repeat center;
}

#header .header_contents .header_nav {
	width: auto;
	height: 40px;
	margin-right: 30px;
	float: right;
}

#header .header_contents .header_nav .home,
#header .header_contents .header_nav .search {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	float: left;
}

#header .header_contents .header_nav .home {
	width: auto;
	margin-right: 15px;
	background: url('screens/home.png') no-repeat left;
}

#header .header_contents .header_nav .search {
	width: auto;
	background: url('screens/search.png') no-repeat left;
}

#header .header_contents .header_nav .home a,
#header .header_contents .header_nav .search a {
	padding-left: 20px;
	color: #333;
}

#header .headline {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c1c1c1;
	background: url('screens/container_bg.png');
}

#header .headline .h1_txt {
	width: 100%;
	max-width: 1024px;
	margin: 10px auto;
}

#header .headline .h1_txt h1{
	margin-left: 18px;
	font-size: 1.5em;
	font-weight: bold;
}


/* ==========================================================================
  contents
   ========================================================================== */

#contents .main_head,
#contents .main_content,
#contents .main_foot {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	box-sizing:border-box;
	background-color: #ffffff;
}

#contents .main_head {
	margin-top: 60px;
}

#contents .main_content {
	margin-top: -15px;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
}

#contents .main_foot {
	min-height: 10px;
	background: url('screens/content_footer.png') bottom no-repeat;
}

#contents .banner {
	width: 100%;
	margin: 20px auto;
	border-top: 1px solid #c1c1c1;
}

#contents .banner .figure {
	max-width: 1024px;
	margin: 0 auto;
}

#contents .banner .figure img {
	margin: 20px 10px 0;
	max-width: 100%;
	height: auto;
}

/* ==========================================================================
  Setting Up the FAX
   ========================================================================== */

#contents .fax_setup {
	width: 68%;
	margin: 50px auto;
	text-align: center;
}

#contents .fax_setup .fax_img {
	width: 18%;
	float: left;
}

#contents .fax_setup .fax_mes {
	width: 75%;
	float: left;
}

#contents .fax_setup p span.fsg {
	font-size: 20px;
}

#contents .fax_setup p a {
	width: 75%;
	padding: 13px 13px 13px 15px;
	display: inline-block;
	text-decoration: none;
	color: #222;
	border: solid 1px #c8c8c8;
	box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-webkit-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	-moz-box-shadow: rgb(187, 187, 187) 0px 0px 10px -2px;
	background-color: #ffff99;
}
#contents .fax_setup p a:hover {
	background-color: #F7FCFF;
}


/* ==========================================================================
   Category Buttons Layout
   ========================================================================== */

#contents ul#category_btn {
	width : 100%;
	height: 71px;
	line-height: 56px;
	background: url('screens/category_back.png') no-repeat;
}

#contents ul#category_btn li {
	width: 25%;
	font-size: 16px;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #888888;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#contents ul#category_btn li.print { background-image: url('screens/category_back_1.png'); }
#contents ul#category_btn li.scan { background-image: url('screens/category_back_2.png'); }
#contents ul#category_btn li.copy { background-image: url('screens/category_back_3.png'); }
#contents ul#category_btn li.setting { background-image: url('screens/category_back_4.png'); }

#contents ul#category_btn li:last-child {
	margin-right: 0;
}

#contents ul#category_btn li.print:hover,
#contents ul#category_btn li.scan:hover,
#contents ul#category_btn li.copy:hover,
#contents ul#category_btn li.setting:hover,
#contents ul#category_btn li.print.active,
#contents ul#category_btn li.scan.active,
#contents ul#category_btn li.copy.active,
#contents ul#category_btn li.setting.active {
	height: 70px;
	line-height: 65px;
	margin-top: -5px;
	color: #ffffff;
	background: url('screens/category_back_active.png') no-repeat;
	background-size: 100% 100%;
}

/* ==========================================================================
   device Buttons Layout
   ========================================================================== */

#contents ul#device_btn {
	width : 100%;
	padding: 15px 25px;
	visibility: hidden;
	box-sizing: border-box;
}

#contents ul#device_btn li {
	padding: 0 1px;
	line-height: 30px;
	font-size: 15px;
	float: left;
	border-left: solid 1px #c8c8c8;
	cursor: pointer;
}

#contents ul#device_btn li:last-child {
	border-right: solid 1px #c8c8c8;
}

#contents ul#device_btn li span {
	height: 30px;
	padding: 0 15px 0 10px;
	display: inline-block;
}

#contents ul#device_btn li img {
	padding-left: 15px;
	vertical-align: middle;
}

#contents ul#device_btn li.all { color: #67B2D9; }
#contents ul#device_btn li.pc { color: #52BA97; }
#contents ul#device_btn li.sp { color: #FF8C8D; }
#contents ul#device_btn li.body { color: #FF8D47; }

#contents ul#device_btn li.all.active { background: #E6F1F7; }
#contents ul#device_btn li.pc.active { background: #D1E8E0; }
#contents ul#device_btn li.sp.active { background: #FAE3E3; }
#contents ul#device_btn li.body.active { background: #FAEBD4; }

/* ==========================================================================
   Topic buttons
   ========================================================================== */

#contents ul#grid {
	width: 96%;
	max-width: 975px;
	min-height: 380px;
	margin: 20px auto 0 auto;
	padding-top: 30px;
}

#contents ul#grid li.element {
	width: 180px;
	height: 310px;
	margin: 0 15px 25px 0;
	float: left;
	font-weight: bold;
	word-wrap: break-word;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 3px 2px;
}

#contents ul#grid li:nth-child(5n) {
	margin-right: 0;
}

#contents ul#grid li.element a {
	width: 180px;
	height: 310px;
	display:inline-block;
	text-decoration: none;
	color: #222;
	border: solid 1px #c8c8c8;
	box-shadow:rgb(187, 187, 187) 0px 0px 10px -2px inset;
	-webkit-box-shadow:rgb(187, 187, 187) 0px 0px 10px -2px inset;
	-moz-box-shadow:rgb(187, 187, 187) 0px 0px 10px -2px inset;
	background: url('screens/element_bg.png');
}

#contents ul#grid li.element .element_device_pc,
#contents ul#grid li.element .element_device_sp,
#contents ul#grid li.element .element_device_body {
	width: 20px;
	height: 20px;
	margin: 10px 0;
	display: inline-block;
	z-index: 2;
}

#contents ul#grid li.element .element_device_pc {

	margin-left: 15px;
}

#contents ul#grid li.element .element_img {
	width: 180px;
	height: 70px;
	margin: -10px auto 8px auto;
	display: inline-block;
	z-index: 1;
}

#contents ul#grid li.element .element_text1 {
	width: 170px;
	margin: 5px auto;
	padding: 0 5px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
}

#contents ul#grid li.element .element_text2 {
	width: 150px;
	margin: 5px auto;
	padding: 0 15px;
	text-align: left;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

.ds_none {
	display: none;
}

/* ==========================================================================
   topicbutton.img
   ========================================================================== */

#contents ul#grid li.element .element_device_pc { background: url('screens/icon_pc_off.png') no-repeat; }
#contents ul#grid li.element .element_device_pc.active { background: url('screens/icon_pc_on.png') no-repeat; }
#contents ul#grid li.element .element_device_sp { background: url('screens/icon_sp_off.png') no-repeat; }
#contents ul#grid li.element .element_device_sp.active { background: url('screens/icon_sp_on.png') no-repeat; }
#contents ul#grid li.element .element_device_body { background: url('screens/icon_body_off.png') no-repeat; }
#contents ul#grid li.element .element_device_body.active { background: url('screens/icon_body_on.png') no-repeat; }

#contents ul#grid li.element .element_img.dummy { background: url('screens/dummy_01.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cl { background: url('screens/icon_cl.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.ste { background: url('screens/icon_ste.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.gcp { background: url('screens/icon_gcp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.ap { background: url('screens/icon_ap.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.pi { background: url('screens/icon_pi.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.mp { background: url('screens/icon_mp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.apm { background: url('screens/icon_apm.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.mig { background: url('screens/icon_mig.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.dl { background: url('screens/icon_dl.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cp { background: url('screens/icon_cp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.pyd { background: url('screens/icon_pyd.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.tap { background: url('screens/icon_tap.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.bcp { background: url('screens/icon_bcp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.nc { background: url('screens/icon_nc.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.sto { background: url('screens/icon_sto.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.stc { background: url('screens/icon_stc.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cs { background: url('screens/icon_cs.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.op { background: url('screens/icon_op.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.pss { background: url('screens/icon_pss.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.os { background: url('screens/icon_os.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.gh { background: url('screens/icon_gh.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.fgs { background: url('screens/icon_fgs.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.eppp { background: url('screens/icon_eppp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.qtb { background: url('screens/icon_qtb.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cpis { background: url('screens/icon_cpis.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cip { background: url('screens/icon_cip.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.psp { background: url('screens/icon_psp.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cm { background: url('screens/icon_cm.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.dmc { background: url('screens/icon_dmc.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.mct { background: url('screens/icon_mct.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.pal { background: url('screens/icon_pal.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.dps { background: url('screens/icon_dps.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.tsc { background: url('screens/icon_tsc.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.rec { background: url('screens/icon_rec.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.phc { background: url('screens/icon_phc.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cls { background: url('screens/icon_cls.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.cfs { background: url('screens/icon_cfs.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.nwds { background: url('screens/icon_nwds.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.blt { background: url('screens/icon_blt.png') no-repeat center; background-size: contain; }
#contents ul#grid li.element .element_img.mip { background: url('screens/icon_mip.png') no-repeat center; background-size: contain; }

/* ==========================================================================
   footer
   ========================================================================== */

#footer {
	margin: 0 auto;
}

#footer .upper {
	height: 80px;
}

#footer .upper #page-top {
	height: 36px;
	padding: 0 5px 0 45px;
	line-height: 36px;
	text-align: right;
	position: fixed;
	bottom: 50px;
	right: 0;
	background: #888 url('screens/to_top.png') no-repeat 5px 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#footer .upper p a {
	color: #fff;
	padding-right: 30px;
	display: block;
}

#footer .upper p a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer .under {
	max-height: 35px;
	line-height: 35px;
	text-align: center;
	border-top: 1px solid #c1c1c1;
	font-size: 12px;
	color: #cccccc;
}

.attend {
	max-width: 1024px;
	margin: 15px auto 0 auto;
	font-size: 14px;
}


/* ==========================================================================
   max-width:480px
   ========================================================================== */

@media only screen and (max-width:640px){
	#body {
		width: 100%;
		margin: 0 auto;
	}

	#container {
		padding: 0;
		margin: 0 auto;
	}

	#header,
	#slider,
	#contents,
	#contents .main_head,
	#contents .main_content,
	#contents .main_foot,
	#footer {
		width: 100%;
		min-width: 1px;
		margin: 0 auto;
	}

	#slider,
	#contents,
	#contents .main_head,
	#contents .main_content,
	#contents .main_foot,
	#footer {
		background-color: transparent;
	}

	#header .header_contents {
		width: 100%;
		height: 70px;
		margin: 0 auto;
	}

	#header .header_contents .logo {
		height: 45px;
		float: left;
		margin-top: 10px;
		text-indent: -9999px;
		background: url('common/canon.gif') no-repeat center;
	}

	#header .header_contents .header_nav {
		width: 35%;
		height: 70px;
		margin-right: 0;
		float: right;
	}

	#header .header_contents .header_nav .home,
	#header .header_contents .header_nav .search {
		height: 70px;
		padding-left: 0;
		float: left;
		border-left: 1px solid #c1c1c1;
		text-indent: -9999px;
	}

	#header .header_contents .header_nav .home {
		width: 49%;
		margin-right: 0;
		background: url('screens/home_sp.png') no-repeat center;
		background-size: 65% auto;
	}

	#header .header_contents .header_nav .search {
		width: 49%;
		background: url('screens/search_sp.png') no-repeat center;
		background-size: 65% auto;
	}

	#header .header_contents .header_nav .search a,
	#header .header_contents .header_nav .home a {
		height: 70px;
		display: block;
	}

	#header .headline .h1_txt {
		width: 97%;
		max-width: 1024px;
		height: auto;
		padding: 0 1.5%;
		line-height: 30px;
		margin: 0 auto;
	}

	#header .headline .h1_txt h1{
		font-size: 21px;
		font-weight: bold;
		margin-top: 10px;
	}

	#contents .main_head {
		margin-top: 20px;
	}

	#contents .main_foot {
		display: none;
	}

	#contents .fax_setup {
		width: 88%;
		margin: 10px auto;
		padding: 8px;
		text-align: center;
		background-size: auto auto;
	}

	#contents .fax_setup .fax_img {
		width: 28%;
		float: left;
	}

	#contents .fax_setup .fax_mes {
		width: 70%;
		float: left;
	}

	#contents .fax_setup p {
		font-size: 14px;
	}

	#contents .fax_setup p span.fsg {
		font-size: 18px;
	}

	#contents .fax_setup a {
		width: 88%;
	}

	#contents ul#category_btn {
		width : 100%;
		height: auto;
		line-height: 56px;
		background-image: none;
		border-top: 1px solid #c1c1c1;
	}

	#contents ul#category_btn.selected:after {
		width: 8%;
		height: 25px;
		content: "";
		background: url('screens/sp_menu_on.png') no-repeat;
		background-size: 100%;
		visibility: visible;
	}

	#contents ul#category_btn li {
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: left;
		color: #888888;
	}

	#contents ul#category_btn li span {
		display: inline-block;
		vertical-align: bottom;
	}

	#contents ul#category_btn li span.left {
		width: 8%;
	}

	#contents ul#category_btn li span.left.active {
		height: 100%;
		background-color: #007BC5;
	}

	#contents ul#category_btn li span.right {
		width: 87%;
		padding-left: 5%;
	}

	#contents ul#category_btn li.print,
	#contents ul#category_btn li.scan,
	#contents ul#category_btn li.copy,
	#contents ul#category_btn li.setting {
		background: url('screens/sp_li_bg.png') repeat-x;
		background-size: 100% 100%;
	}

	#contents ul#category_btn li.print:hover,
	#contents ul#category_btn li.scan:hover,
	#contents ul#category_btn li.copy:hover,
	#contents ul#category_btn li.setting:hover,
	#contents ul#category_btn li.print.active,
	#contents ul#category_btn li.scan.active,
	#contents ul#category_btn li.copy.active,
	#contents ul#category_btn li.setting.active {
		height: 50px;
		line-height: 50px;
		margin-top: 0;
		color: #ffffff;
		background-image: none;
		background-color: #007BC5;
	}

	#contents ul#device_btn {
		width : 100%;
		padding: 15px 0;
		min-height: 140px;
	}

	#contents ul#device_btn li {
		width: 48%;
		height: 65px;
		line-height: 1;
		margin: 3px 1%;
		padding: 0;
		text-align: center;
		border: none;
		word-break: break-all;
		font-size: 0.9em;
	}

	#contents ul#device_btn li:last-child {
		border-right: none;
	}

	#contents ul#device_btn li span {
		width: 500px;
		height: 65px;
		padding: 0 10% 0 23%;
		display: table-cell;
		vertical-align: middle;
	}

	#contents ul#device_btn li img {
		display: none;
	}

	#contents ul#device_btn li.all span { background: #E6F1F7; padding: 0 15%; }
	#contents ul#device_btn li.pc span { background: url('screens/icon_pc.png') 7% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp span { background: url('screens/icon_sp.png') 9% 50% no-repeat #FAE3E3; }
	#contents ul#device_btn li.body span { background: url('screens/icon_body.png') 9% 50% no-repeat #FAEBD4; }
	#contents ul#device_btn li.body span span { padding: 0; background-image: none }

	#contents ul#device_btn li.active {
		border: 2px solid #67B2D9;
		box-sizing: border-box;
	}

	#contents ul#device_btn li.active span {
		height: 61px;
	}

	#contents ul#device_btn li.pc.active span { background: url('screens/icon_pc.png') 6.5% 50% no-repeat #D1E8E0; }
	#contents ul#device_btn li.sp.active span { background: url('screens/icon_sp.png') 8% 50% no-repeat #FAE3E3; }
	#contents ul#device_btn li.body.active span { background: url('screens/icon_body.png') 8% 50% no-repeat #FAEBD4; }
	#contents ul#device_btn li.body.active span span { padding: 0; background-image: none }

	#contents ul#grid {
		width : 100%;
		min-height: 120px;
		margin: 30px auto 0 auto;
		border-top: solid 1px #c8c8c8;
	}

	#contents ul#grid li.element {
		width: 100%;
		height: 210px;
		margin: 0;
		font-weight: bold;
		box-shadow: none;
	}

	#contents ul#grid li.element a {
		width: 100%;
		height: 210px;
		display:inline-block;
		text-decoration: none;
		color: #222;
		border-top: none;
		border-left: none;
		border-right: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background: url('screens/sp_box_bg.png') repeat-x;
		background-size: cover;
		box-sizing: border-box;
	}

	#contents ul#grid li.element .element_device_pc,
	#contents ul#grid li.element .element_device_sp,
	#contents ul#grid li.element .element_device_body {
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	#contents ul#grid li.element .element_device_sp {
		left: 38px;
	}

	#contents ul#grid li.element .element_device_body {
		left: 60px;
	}

	#contents ul#grid li.element .element_img {
		width: 25%;
		height: 80px;
		margin: 32px 5px 0;
		float: left;
		display: inline-block;
	}

	#contents ul#grid li.element .text_box {
		width: 68%;
		height: 110px;
		margin: 15px 0;
		float: right;
		display: inline-block;
	}

	#contents ul#grid li.element .element_text1,
	#contents ul#grid li.element .element_text2 {
		width: 97%;
		margin: 2px 0;
		padding: 0;
		text-align: left;
	}

	#contents ul#grid li.element .element_text1 {
		font-size: 18px;
	}

	#contents ul#grid li.element .element_text2 {
		font-size: 15px;
	}

	#footer .upper {
		height: 80px;
	}

	#footer .upper #page-top {
		height: 36px;
		padding: 0 5px 0 40px;
		line-height: 36px;
		text-align: right;
		position: fixed;
		bottom: 50px;
		right: 0;
		background: #888 url('screens/to_top.png') no-repeat 5px 5px;
		filter: alpha(opacity=70);
		-moz-opacity:0.70;
		opacity:0.70;
	}

	#footer .upper p a {
		color: #fff;
		padding-right: 30px;
		display: block;
	}

	#footer .under {
		height: 35px;
		line-height: 35px;
		text-align: center;
		border-top: 1px solid #c1c1c1;
		font-size: 12px;
	}

	.bx-pager{
		display:none;
	} /*slider pager*/

	.attend {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

}
